home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1 / Nebula One.iso / Internet / WWW / gform.1.1 / gform-gate < prev    next >
Text File  |  1995-10-08  |  208b  |  12 lines

  1. #!/bin/sh
  2. #
  3. # Just a script for the purpose of removing the temporary reply file
  4. # that is created by sample3.html
  5. #
  6.  
  7. if [ -f /cwis/tmp/fred.html ]; then
  8.     rm /cwis/tmp/fred.html
  9. fi
  10.  
  11. /cwis/swin-bin/gform "$*"
  12.